home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / winice.zip / README.SIW < prev    next >
Text File  |  1991-12-17  |  4KB  |  118 lines

  1. Soft-ICE/W 1.0 README FILE
  2.  
  3. This file contains important information that is not in the user manual.
  4. Most of this information concerns trouble shooting problems.  Also see the
  5. troubleshooting section of the Soft-ICE/W manual.
  6.  
  7. INSTALLING Soft-ICE/W ICONS
  8. ___________________________
  9.  
  10. A program called INSTALL.EXE on the release disk will automatically install
  11. the icons for the Soft-ICE/W on a Soft-ICE/W menu.  Copy all of the
  12. files from the root directory of the distribution diskette to a sub-directory
  13. on your hard drive, then run INSTALL.EXE from Windows by selecting FILE
  14. followed by RUN from the program manager.  When RUN prompts for the
  15. file name, enter hard-disk-path\INSTALL.EXE.
  16.  
  17. RUNNING OUT OF MEMORY
  18. _____________________
  19.  
  20. The default WINICE.DAT reserves 256K of symbol memory with the SYM
  21. directive.  If you do not need that much memory for symbols and source
  22. you can reduce this.
  23.  
  24. LOADING MULTIPLE SYMBOL TABLES WITH THE LOAD DIRECTIVE
  25. ______________________________________________________
  26.  
  27. This item concerns loading multiple files from the LOAD directive
  28. in WINICE.DAT or from the WINICE /load switch.    If an error is encountered
  29. when loading one of the files, no further symbol table loading is done.
  30. If there is a loading problem with one of the files, Soft-ICE/W
  31. will prompt you for a key.  You can press Ctrl C at this point to exit from
  32. Soft-ICE/W back to DOS or press any key to continue.  If you continue
  33. then all further LOAD statements or /load switches will be ignored.
  34.  
  35. POPPING UP FROM A SERIAL TERMINAL
  36. _________________________________
  37.  
  38. If you are using Soft-ICE/W from a serial terminal, you should
  39. place the COM keyword in WINICE.DAT.  This will allow popping
  40. up from the serial terminal.  The syntax of the COM keyword is:
  41.  
  42.     COMn = ON
  43.  
  44. Where n is 1, 2, 3 or 4 depending on which COM port will be
  45. used.  You can alternatively place the /COMn on the Soft-ICE/W
  46. command line.
  47.  
  48. USING Soft-ICE/W ON NOVELL NetWare Networks
  49. ___________________________________________
  50.  
  51. When Soft-ICE/W is popped up, all system activity including interrupts
  52. is halted.  If Soft-ICE/W is popped up for more than 15 minutes the server
  53. may disconnect your workstation from the network.  Under most conditions
  54. this timeout is long enough, but if it becomes a problem you can pop out
  55. of Soft-ICE/W and back in every 10 minutes or so.
  56.  
  57. Under Netware 3.X, you can configure the server to increase its timeout with
  58. one or more SET statements on the server's consol command line (these are
  59. usually put in AUTOEXEC.NCF.  The syntax of the SET statement is:
  60.  
  61.         SET name = value
  62.  
  63. value is in seconds or in packets depending on the name.
  64.  
  65. There are 3 names that are appropriate:
  66.  
  67.     1. "NUMBER OF WATCHDOG PACKETS"
  68.         limits:   5 to 100
  69.         default:  10
  70.  
  71.     2. "DELAY BETWEEN WATCHDOG PACKETS"
  72.         limits:   9.9 seconds to 10 minutes 26.2 seconds
  73.         default:  59.3 seconds
  74.  
  75.     3. "DELAY BEFORE FIRST WATCHDOG PACKET"
  76.         limits:   15.7 seconds to 20 minutes 52.3 seconds
  77.         default:  4 minutes 56.6 seconds
  78.  
  79. Example:
  80.  
  81.     SET NUMBER OF WATCHDOG PACKETS = 100
  82.  
  83. If you enter this command on the server's command line, the
  84. total timeout time to be increased from approximately
  85. 15 minutes to approximately 2 hours.
  86.  
  87. USING THE DEBUGGING VERSION OF WIN386.EXE
  88. ___________________________________________
  89.  
  90. If you are developing VxDs and using the debugging version of WIN386.EXE
  91. you must use the /K switch on the WINICE command line or the KBD=TRUE
  92. directive in WINICE.DAT.  See APPENDIX B "Using Soft-ICE/W with the Windows
  93. Debugging Kernel" in the reference guide for more information.
  94.  
  95. UNRELEASED VERSIONS OF WINDOWS
  96. ______________________________
  97.  
  98. Soft-ICE/W is only guaranteed to work, on Windows 3.0.
  99.  
  100. WLDR HANGING WHILE LOADING SOURCE
  101. _________________________________
  102.  
  103. There may be a memory window where WLDR will hang while loading source files.
  104. If this occurs, increase the amount of symbol memory int the SYM directive
  105. in WINICE.DAT.
  106.  
  107. VM MODE OR V86 MODE
  108. ___________________
  109.  
  110. When in a DOS Virtual machine, Soft-ICE/W will display 'V86' in the line
  111. above the code window.    The reference guide states that 'VM' is displayed.
  112.  
  113. QEMM 6.0 USERS
  114. ______________
  115.  
  116. You can not use 'stealth' mode in QEMM 6.0 when using Soft-ICE/W.  They are
  117. being too stealthy, we can't find the video pointers.
  118.